html,body,h1,h2,h3,h4,h5,h6,p,ul,li{
    padding: 0;
    margin: 0;
}

  /*
body{
    color:#000;
    font-size: 16px;
    font-family: 'siyuan';    
    background-size: auto 135%;
}
  */
body {
  color: #000;
  font-size: 16px;
  font-family: 'siyuan';
  /*background: linear-gradient(to bottom, #fee281 0%, #ffffff 60%);/*渐变色设置*/
  background-size: cover;
}


ul,li{
    list-style: none;
}

a{
    text-decoration: none;
    color:#000;
}
.ui-pagination-container{
    display: flex;
    justify-content: center;
    width: 970px;
}
.ui-pagination-container a{
    width: 32px;
    height: 32px;
    display: flex;
    justify-content: center;
    align-items: center;
    border: 1px solid #DFDFE0 ;
    margin-right: 6px;
    font-size: 12px;
    font-family: SourceHanSansSC-Normal, SourceHanSansSC;
    font-weight: 400;
    color: #3C3C3C;
}
.comm-width{
    width: 1224px;
    margin: 0 auto;
    position: relative;
}

.comm-main-width{
    width: 1200px;
    margin: 0 auto;
    position: relative;
}
.clearfix:after{content:".";display:block;clear:both;height:0;overflow:hidden;visibility:hidden;}


/* 动画 */
.img-scale img{
    transition: all .5s;
    -webkit-transition: all .5s; /* Safari */
}

.img-scale:hover img{
    transform: scale(1.1);
    -ms-transform:scale(1.1);     /* IE 9 */
    -moz-transform:scale(1.1);     /* Firefox */
    -webkit-transform:scale(1.1); /* Safari 和 Chrome */
    -o-transform:scale(1.1);
}

.footer-wrap{
    margin-top: 18px;
    height: 200px;
    overflow: hidden;
    box-sizing: border-box;
    padding-top: 30px;
   background: #156ACE;
}

.sub-page .footer-wrap{
    background: #156ACE;
}

.footer-wrap .footer-ctr{
    text-align: center;
    color: #fff;
    font-size: 14px;
}

.footer-wrap .footer-ctr p{
    line-height: 24px;
    padding-top: 6px;
}

.footer-wrap .footer-ctr p span{
    margin-right: 18px;
}
.footer-wrap .footer-ctr p span:last-child{
    margin-right: 0;
}
.footer-wrap .footer-ctr p.zshuno{
    font-size: 12px;
    padding-top: 18px;
}

.header-time-wrap{
    height: 40px;
    line-height: 40px;
    color: #fff;
    font-size: 12px;
    background-color: rgba(29, 70, 109,0.42);
    position: absolute;
    top:0;
    left: 0;
    right: 0;
}
.header-time-wrap .time{
    text-align: right;
}

.page-bg{
    height: 900px;
    background: url(../images/page-bg.jpg) no-repeat top center;
    background-size: cover;
}

.main-ctr-sub-page {
    background: #fff;
    margin:12px;
    padding:18px;
    border-radius: 4px;
}

.main-ctr-sub-page .page-banner{
    display: block;
    width: 100%;
    margin-bottom: 24px;
}

.logo{
    position: absolute;
    left: 0;
    top: -10px;
}
.logo img{

	display:block;
  	width:100%;
  height:100%;
}

.website-text{
    position: absolute;
    width: 468px;
    height: 60px;
    background:url(../images/tit.png) no-repeat center center;
    background-size: 100% 100%;
    right: 0;
    top: 126px;
}

.index-wrap{
    background: url(../images/page-bg.jpg) no-repeat top center;
    background-size: cover;
  	height:900px;
}

.sub-page .website-text{
    top: 100px;
}

.nav-wrap{
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
}

.nav-wrap .link-tab{
    float: left;
    width: 12.5%;
    padding: 9px 0;
    background-color: #156ace;
  position:relative;
}

.nav-wrap .link-tab.active{
    background-color: #1460BA;
}



.nav-wrap .link-tab .sub-menu{
	position:absolute;
  	left:0;
  right:0;
  top:100%;
  background:#fff;
  z-index:99;
  display:none;
  
}

.nav-wrap .link-tab .sub-menu a{
	color:#000;
  	line-height:40px;
  text-align:center;
  display:block;
  	
}


.nav-wrap .link-tab>a{
    display: block;
    color: #fff;
    font-size: 0;
    height: 38px;
    line-height: 38px;
    text-align: center;
    border-left: 1px dashed #fff;
}

.nav-wrap .link-tab:first-child>a{
    border-left:0;
}

.nav-wrap .link-tab.active + .link-tab>a{
	border-left: 0;
}

.nav-wrap .link-tab.active>a{
    border-left: 0;
}


.nav-wrap .link-tab>a span{
    display: inline-block;
    vertical-align: middle;
}

.nav-wrap .link-tab>a span.icon{
    margin-right: 4px;
    width: 28px;
    height: 28px;
}

.nav-wrap .link-tab>a span.name{
    font-size: 18px;
}

.nav-wrap .link-tab:nth-child(1)>a .icon{
    background: url(../images/menu-01.png) no-repeat center center;
    background-size: 100% 100%;
}

.nav-wrap .link-tab:nth-child(2)>a .icon{
    background: url(../images/menu-02.png) no-repeat center center;
    background-size: 100% 100%;
}

.nav-wrap .link-tab:nth-child(3)>a .icon{
    background: url(../images/menu-03.png) no-repeat center center;
    background-size: 100% 100%;
}

.nav-wrap .link-tab:nth-child(4)>a .icon{
    background: url(../images/menu-04.png) no-repeat center center;
    background-size: 100% 100%;
}

.nav-wrap .link-tab:nth-child(5)>a .icon{
    background: url(../images/menu-05.png) no-repeat center center;
    background-size: 100% 100%;
}

.nav-wrap .link-tab:nth-child(6)>a .icon{
    background: url(../images/menu-06.png) no-repeat center center;
    background-size: 100% 100%;
}

.nav-wrap .link-tab:nth-child(7)>a .icon{
    background: url(../images/menu-07.png) no-repeat center center;
    background-size: 100% 100%;
}

.nav-wrap .link-tab:nth-child(8)>a .icon{
    background: url(../images/menu-08.png) no-repeat center center;
    background-size: 100% 100%;
}

.pager-wrap{
	text-align:right;
  	padding-top:16px;
}
.pager-wrap .ui-pagination-page-item{
  display: inline-block;
  box-sizing: border-box;
  width: 42px;
  height: 36px;
  border:1px solid #DEDEDE;
  line-height: 36px;
  text-align: center;
  font-size: 14px;
  color: #DEDEDE;
  margin-right: 10px;
  text-decoration: none;
}
.pager-wrap .ui-pagination-page-item:last-child{
  margin-right: 0;
}
.pager-wrap .ui-pagination-page-item.active{
  color: #3988E4;
  border-color:#3988E4 ;
}